gnomeos: Include Python files in main ostree package
authorColin Walters <walters@verbum.org>
Tue, 27 Dec 2011 23:08:46 +0000 (18:08 -0500)
committerColin Walters <walters@verbum.org>
Tue, 27 Dec 2011 23:09:24 +0000 (18:09 -0500)
gnomeos/yocto/recipies-core/ostree/ostree.bb

index 9e31cb6d94bbe38d660e57afbb5eb7a050e80cd9..71aa801cc0e2c1798ff0c82a813f8313638f1b0c 100644 (file)
@@ -9,5 +9,7 @@ inherit autotools
 
 EXTRA_OECONF = "--without-soup-gnome"
 
+FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"
+
 BBCLASSEXTEND = "native"